home *** CD-ROM | disk | FTP | other *** search
/ Chip 2004 February / Chip_2004-02_cd1.bin / software / grab / grab.exe / {app} / WinGrab.exe / 0 / RCDATA / TSAVEBMPPRINTGALLERYDIALOG / TSAVEBMPPRINTGALLERYDIALOG.txt < prev   
Text File  |  2001-10-17  |  994b  |  44 lines

  1. object SaveBMPPrintGalleryDialog: TSaveBMPPrintGalleryDialog
  2.   Left = 195
  3.   Top = 177
  4.   BorderIcons = []
  5.   BorderStyle = bsDialog
  6.   Caption = 'Saving index page as BMP'
  7.   ClientHeight = 57
  8.   ClientWidth = 472
  9.   Font.Charset = DEFAULT_CHARSET
  10.   Font.Color = clWindowText
  11.   Font.Height = -11
  12.   Font.Name = 'MS Sans Serif'
  13.   Font.Style = []
  14.   Position = poScreenCenter
  15.   OnActivate = FormActivate
  16.   PixelsPerInch = 96
  17.   TextHeight = 13
  18.   object Image1: TImage
  19.     Left = 12
  20.     Top = 12
  21.     Width = 32
  22.     Height = 32
  23.     Picture.Data = {<image000.ico>}
  24.     Stretch = True
  25.   end
  26.   object Label1: TLabel
  27.     Left = 56
  28.     Top = 16
  29.     Width = 400
  30.     Height = 28
  31.     AutoSize = False
  32.     Caption = 
  33.       'D:\Documents and Settings\Administrator\My Documents\My Pictures' +
  34.       '\Page001.bmp (Unit32.cpp)'
  35.     Font.Charset = ANSI_CHARSET
  36.     Font.Color = clBlack
  37.     Font.Height = -11
  38.     Font.Name = 'MS Sans Serif'
  39.     Font.Style = [fsBold]
  40.     ParentFont = False
  41.     WordWrap = True
  42.   end
  43. end
  44.